-
Notifications
You must be signed in to change notification settings - Fork 137
Remove Security Manager #1295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Security Manager #1295
Conversation
jaxrs-tck/src/main/resources/ee/jakarta/tck/ws/rs/signaturetest/jakarta.ws.rs.sig_3.2.0
Show resolved
Hide resolved
|
Hm...the commit will be forever titled Remove Service Manager instead of Security Manager in the git history.... |
Good catch, and thank you for changing the typo, but actually it will not show up in git history anyways: The commit itself does not have the typo, and when using "Rebase and merge" in Github, the title of the PR will not show up in the git history. 🙂 |
|
You are right, sorry, I have not checked the commit message |
jansupol
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine for 5.0
This PR removes the support for Security Manager.
closes #1262
Requesting fast-track according to our Committer Conventions, as this PR is a non-API, non-spec, non-javadoc change.